/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/app/[locale]/pripremnoRazvojniPaket/prp.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/

.prp_hr__60_Mu {
    width: 70%;
    margin-bottom: 20px;
    border-width: 2px;
    border-style: solid;
    background: linear-gradient(white, white) padding-box,
              radial-gradient(green, #EEEEEE) border-box;
    border-radius: 50em;
    border: 2px solid transparent;
}

/* Head Img */

.prp_prpContainer__VP_Nf {
    display: flex;
    justify-content: space-around;
    background: #EEEEEE;
}

.prp_prpImgContainer__7sk9z {
    width: 70%;
    overflow: hidden;
    position: relative;
}

.prp_prpImg__MJMZY {
    display: flex;
}

.prp_prpImg__MJMZY img {
    width: 100%;
    height: auto;
    display: flex;
    -webkit-clip-path: polygon(100% 0%, 70% 100%, 0% 100%, 0% 0%);
            clip-path: polygon(100% 0%, 70% 100%, 0% 100%, 0% 0%);
}

.prp_prpTitle__KZUJy {
    display: flex;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    justify-content: right;
    align-items: center;
    font-size: 1.5rem;
    bottom: 10%;
}

.prp_prpTitle__KZUJy h1 {
    font-weight: bold;
    font-family: 'Outfit';
}

/* Text First */
.prp_textContainer__uQoCE {
    display: flex;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    left: 0%;
    right: 0%;
    padding: 20px;
    flex-direction: column;
}

.prp_textFirst__syK2n {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    text-align: justify;
}

.prp_textFirst__syK2n p {
    font-family: 'Outfit';
    font-size: 18px;
}

/* Text Second */
.prp_textSecond__DMAGk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    text-align: justify;
}

.prp_textSecond__DMAGk h2 {
    font-family: 'Outfit';
}

.prp_textSecondChild__jJHWZ {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    justify-content: center;
}

.prp_textSecondChild__jJHWZ h3 {
    font-family: 'Outfit';
    font-size: 18px;
    font-weight: lighter;
}

.prp_textSecondChildTitle__7ntsS {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 30px;
    margin-top: 0%;
}

.prp_textSecondChildText__LMEGt {
    height: 100%;
}

/* R E S P O N S I V E */
@media screen and (max-width: 960px) {
    .prp_prpContainer__VP_Nf {
        flex-direction: column;
    }

    .prp_prpImgContainer__7sk9z {
        width: 100%;
    }

    .prp_prpImg__MJMZY img {
        -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
                clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
    }

    .prp_prpTitle__KZUJy {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        font-size: 1rem;
        bottom: 10%;
    }

   


    
}
